home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / tgafli.zip / TGAFLI.DOC < prev    next >
Text File  |  1991-01-21  |  4KB  |  106 lines

  1.                         Autodesk AutoFlix Version 2
  2.                                 TGAFLI.EXE
  3.                         Targa To .FLI Documentation
  4.  
  5. The primary use of the TGAFLI utility is to compile Targa images (.tga 16, 24, 
  6. or 32 bit) generated by AutoShade or Autodesk RenderMan into Autodesk 
  7. Animator .FLI format. 
  8.  
  9. This program lets you convert any number of Targa picture files to VGA 256-
  10. color, 320-by-200 pixel images and record them sequentially to an Autodesk 
  11. Animator .FLI file. The program performs this conversion automatically, mak-
  12. ing the process of creating animations much less tedious.
  13.  
  14. In this program, you enter commands at the command line. The program runs 
  15. on VGA and non-VGA systems. If it is run on VGA, you may see the images as 
  16. they're converted to the FLI format; otherwise you just see text messages 
  17. describing the program's progress.
  18.  
  19. The TGAFLI program comes from the Autodesk Animator Convert program and 
  20. operates in a similar manner; if you use the /v option, it displays the Targa 
  21. image, reports during the conversion process, and then displays the converted 
  22. image as it will appear on the VGA monitor.
  23.  
  24. Format and Options
  25.  
  26. TGAFLI has two formats on the DOS command line:
  27.  
  28. o For Targa files listed in a file, the TGAFLI format is 
  29.  
  30.         TGAFLI @<filename> <.FLI filename> <.FLI file> [options]
  31.  
  32. o For Targa files ordered sequentially, the TGAFLI format is
  33.  
  34.         TGAFLI <frames> <frame file prefix> <.FLI file> [options]
  35.  
  36. The following options are available:
  37.  
  38. /D                      Dither the VGA images (default is no dithering)
  39.  
  40. /P<palette filename>    Fit all frames to this palette
  41.  
  42. /V                      Display process on VGA screen
  43.  
  44. If you do not use the /P option, you'll want to bring the compiled .FLI file
  45. into Autodesk Animator and use the One Palette option to force all the frames 
  46. to have the same palette.
  47.  
  48. For best results, however, go one step further: after you've converted the ani-
  49. mation to use one palette, save that palette to disk and exit Autodesk 
  50. Animator. Then rerun the TGAFLI program, this time using the /P option to 
  51. force the converter to use the optimized palette for the conversion.
  52.  
  53. Because this is a direct reduction of the palette from true-color format to the 
  54. 256-color optimized palette, you'll note that the colors are far closer to 
  55. their originals and give a good representation of the true-color image.
  56.  
  57. A feature of the /P option is that it converts an image much faster than normal 
  58. because it fits the true-color image palette to the 256-color palette directly, 
  59. without having to calculate the optimum palette.
  60. EXAMPLES
  61.  
  62. In the following example, TGAFLI reads atktut.mvi to produce lesson.FLI 
  63. and displays it on your VGA screen: 
  64.  
  65.         TGAFLI @atktut.mvi lesson /v
  66.  
  67. The following example of TGAFLI uses the files atk0001.tga through atk0027.tga 
  68. to create fun.FLI, dithering the frames:
  69.  
  70.         TGAFLI 27 atk fun /d
  71.  
  72. The following example of TGAFLI creates the animation plane.FLI from 
  73. fly0001.tga through fly0100.tga, and forces all the frames in the .FLI file to 
  74. the palette in the file airplane.col:
  75.  
  76.         TGAFLI 100 fly plane /pairplane.col
  77.  
  78. ========================================================================
  79.  
  80.                           S H A R E W A R E
  81.  
  82.  
  83. License is granted for the use of this software and documentation on a 
  84. no charge, sharing basis. You may distribute and copy this software and 
  85. documentation freely as long as it remains a complete unaltered package 
  86. and is not sold for profit.  
  87.  
  88. If you find AutoFlix version 2 a useful tool in your work, a contribution 
  89. of $35 would be appreciated.  When we receive your payment, we will send
  90. you a  package containing the latest version of AutoFlix, a typeset and
  91. printed  manual  describing  AutoFlix, and  several sample  movies  which 
  92. illustrate  what  you can do with  AutoFlix. Your contribution helps continue
  93. the development of low-cost design tools like AutoFlix. 
  94.  
  95. Please mail contributions to:
  96.      Autodesk, Inc.
  97.      Customer Service
  98.      Attention: AutoFlix
  99.      2320 Marinship Way
  100.      Sausalito, CA  94965  U.S.A.
  101.  
  102. Or, in the United States, call (800) 525-2763 to charge to your credit card.  
  103. Please feel  free  to  share  copies  of  AutoFlix  with  your colleagues.      
  104. (C) 1987, 1988, 1989, 1990, 1991 Autodesk, Inc. 
  105.  
  106.